home *** CD-ROM | disk | FTP | other *** search
/ US Presidents / US Presidents CD-ROM - Compton New Media.iso / install.dat < prev    next >
Encoding:
INSTALL Professional project  |  1992-04-23  |  2.7 KB  |  106 lines

  1. @DefineProject
  2.     @Name           = "U. S. Presidents" /* Product Textual Name:  */
  3.     @Version        = "V1.0"
  4.     @Subdir         = "pres"       /* default subdirectory for files */
  5.     @OutDrive       = C
  6.     @Group          = "A"
  7.     @Requires 2000000       /* requires two megabytes */
  8.     @Requires @Harddisk
  9. @EndProject
  10. @Display
  11.     @Cls
  12.  
  13.     This program will install @Name 
  14.     Version @Version on your computer system.
  15.     
  16.     You may press the [Esc] key at any time to abort the
  17.     installation.  INSTALL will ask you several questions about your
  18.     computer hardware.
  19.  
  20.     Each question has a default answer.  If the default answer is
  21.     correct, press the ENTER key in response to the question.
  22.     Otherwise, type the answer and then press the ENTER key.
  23.  
  24.     If you make a mistake while typing, press the BACKSPACE key
  25.     and then retype the answer.
  26.  
  27. @Pause
  28. @EndDisplay
  29. @if (@VideoGraph < 18)
  30.     @Display
  31.     Your system appears not to have a VGA display with at least
  32.     256K memory.  This means that you will not be able to view the
  33.     pictures included with @name,
  34.     although display of text will be normal.  We recommend  
  35.     installation of a VGA or Super VGA display for maximum enjoyment  
  36.     of @Name.
  37.     
  38.     
  39.     @pause
  40.     @EndDisplay
  41. @endif
  42.  
  43. @GetOutDrive
  44.     @Cls
  45.     On which disc drive do you wish to install
  46.     @Name?
  47. @EndOutDrive
  48.  
  49. @GetSubdir
  50.     @Cls
  51.     Now you need to specify the disc destination subdirectory.
  52.     The subdirectory is the location on your disc where
  53.     @Name program will be installed.
  54.     
  55.     If you don't know what a "subdirectory" is, you probably need not
  56.     worry about it and should just press Enter at the next prompt.
  57.  
  58.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  59. @EndSubdir
  60.  
  61. @DefineDisk
  62.     @Label = "PRES V1.0"
  63.     @File SMARTDRD.EXE
  64.     @File SOUNDEX.IDX
  65.     @File SOUNDEX.DAT
  66.     @File PRES.NMX
  67.     @File PRES.NMT
  68.     @File PRES.BRX
  69.     @File CAPTIONS.NMX
  70.     @File CAPTIONS.NMT
  71.     @File CAPTIONS.BRX
  72.     @File STOPWORD.TAB
  73.     @File GRAPHICS.TAB
  74. @EndDisk  
  75.  
  76.  
  77. @SetConfig
  78.     @Overwrite
  79.     @Files = 30           
  80. @EndConfig
  81.  
  82.  
  83. @Finish
  84.     @System "echo echo off         > @OutDrive:\\PRES.BAT"
  85.     @System "echo @Outdrive:      >> @OutDrive:\\PRES.BAT"
  86.     @System "echo CD @Subdir      >> @OutDrive:\\PRES.BAT"
  87.     @System "echo SMARTDRD SMART.CFG @OutDrive:\\@Subdir >> @OutDrive:\\PRES.BAT"
  88.     @System "echo CD \\      >> @OutDrive:\\PRES.BAT"
  89.  
  90.     @System "echo @InDrive:\\PRES >> @OutDrive:\\@Subdir\\SMART.CFG"
  91.     
  92.     @ChDrive @OutDrive
  93.     @Chdir "\\"
  94.     @Cls
  95.     
  96.     Installation of @name is complete.
  97.     
  98.     To run @name, simply enter "PRES" 
  99.     at the DOS prompt, from the root directory of 
  100.     drive @Outdrive (@Outdrive:\).
  101.  
  102.     If your CONFIG.SYS file was modified, you will
  103.     need to reboot your computer before running PRES.
  104.     @pause
  105. @EndFinish
  106.